home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / sx300r1.zip / POSTINST.BAT < prev    next >
DOS Batch File  |  1992-09-08  |  1KB  |  29 lines

  1. @echo off
  2.  
  3. :
  4. : This Batch file SHOULD be executed after running INSTALL.
  5. :
  6.    if exist areas.def ren areas.def xpareas.def
  7.    if exist xpareas.def ren xpareas.def xpareas.ctl
  8.    if exist xpareas.sdm ren xpareas.sdm xpfido.ctl
  9.    if exist xpuser.dat xpucvt6 xpuser.dat
  10.  
  11.    if exist RUNMCTL.BAT call RUNMCTL.BAT
  12.  
  13.    xpadm
  14.  
  15.    if not exist xpuser.xua cvtxua.exe xpuser.dat -Q
  16.    if exist xpareas.adx if exist bcvtxua.exe bcvtxua.exe
  17.  
  18. :  for %xx in (xpexe.zip xpbull.zip xphelp.zip) do del %xx > Nul
  19. :  for %xx in (xpmisc.zip xputil.zip document.zip sampform.zip) do del %xx > nul
  20.  
  21.    echo -----------------------------------------------------------------
  22.    echo WARNING: if you are upgrading from a previous version of Xpress,
  23.    echo please be aware the command line switches for XPMAIL have been
  24.    echo drastically revamped.  Most likely you will not need switches to
  25.    echo call Xpress depending on your model. See the example batch file,
  26.    echo XPRESS.BAT (XPRESS for PCBOARD).
  27.  
  28.    pause
  29.